From c7f1723692e48285f93c84eb3df8bc4a90502555 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 19 Jul 2010 21:40:49 +0000 Subject: [PATCH] Use explicit ascii version of movefile for build envs that default to windows bloaty strings. --- gpsbabel/kml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/kml.c b/gpsbabel/kml.c index 1ce8ff514..63ed99216 100644 --- a/gpsbabel/kml.c +++ b/gpsbabel/kml.c @@ -347,7 +347,7 @@ kml_wr_deinit(void) if (posnfilenametmp) { #if __WIN32__ - MoveFileEx(posnfilenametmp, posnfilename, + MoveFileExA(posnfilenametmp, posnfilename, MOVEFILE_REPLACE_EXISTING); #endif rename(posnfilenametmp, posnfilename); -- 2.30.2